Versioning
The latest version of the api is 1.1.0.
Multiply adopts Semantic Versioning in the form MAJOR.MINOR.PATCH
. In particular, this means that:
- Changes to the
MAJOR
version indicate backwards incompatible changes - Changes to the
MINOR
version indicate new functionality has been added without affecting backwards compatability. - Changes to the
PATCH
version indicate security fixes
Backwards-compatible (non-breaking) changes
The following are considered to be changes which do not affect backwards compatability:
- Adding a new API endpoint, or adding a new method to an existing api interface
- Adding optional parameters to existing requests
- Adding new properties to existing responses
- Adding a value to enumerated constants
- Altering the human readable message returned in api requests
- Sending webhooks for new events